home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / PGM_TOOL / PREVIEW / WPREVIEW.DFM / WPREVIEW.txt
Text File  |  1995-11-12  |  5KB  |  253 lines

  1. object Preview: TPreview
  2.   Left = 8
  3.   Top = 47
  4.   Width = 629
  5.   Height = 413
  6.   Caption = 'Screen Preview'
  7.   Color = clWhite
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   PixelsPerInch = 96
  14.   PopupMenu = PopupMenu1
  15.   Position = poDefault
  16.   Visible = True
  17.   WindowState = wsMinimized
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   TextHeight = 16
  22.   object Image1: TImage
  23.     Left = 4
  24.     Top = 52
  25.     Width = 613
  26.     Height = 333
  27.     OnMouseUp = Image1MouseUp
  28.   end
  29.   object Image2: TImage
  30.     Left = 4
  31.     Top = 52
  32.     Width = 613
  33.     Height = 333
  34.     OnMouseUp = Image2MouseUp
  35.   end
  36.   object Panel1: TPanel
  37.     Left = 0
  38.     Top = 0
  39.     Width = 621
  40.     Height = 49
  41.     TabOrder = 0
  42.     object Label1: TLabel
  43.       Left = 124
  44.       Top = 28
  45.       Width = 41
  46.       Height = 16
  47.       Caption = 'Page>'
  48.       Font.Color = clBlack
  49.       Font.Height = -13
  50.       Font.Name = 'System'
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.     end
  54.     object Label4: TLabel
  55.       Left = 416
  56.       Top = 4
  57.       Width = 33
  58.       Height = 15
  59.       Caption = 'Go To'
  60.       Font.Color = clBlack
  61.       Font.Height = -12
  62.       Font.Name = 'Arial'
  63.       Font.Style = []
  64.       ParentFont = False
  65.     end
  66.     object Label5: TLabel
  67.       Left = 124
  68.       Top = 4
  69.       Width = 289
  70.       Height = 16
  71.       AutoSize = False
  72.       Caption = 'Label5'
  73.       Font.Color = clNavy
  74.       Font.Height = -12
  75.       Font.Name = 'Arial'
  76.       Font.Style = []
  77.       ParentFont = False
  78.     end
  79.     object Label6: TLabel
  80.       Left = 16
  81.       Top = 4
  82.       Width = 102
  83.       Height = 16
  84.       Caption = 'Current Printer>'
  85.       Font.Color = clBlack
  86.       Font.Height = -13
  87.       Font.Name = 'System'
  88.       Font.Style = [fsBold]
  89.       ParentFont = False
  90.     end
  91.     object Panel2: TPanel
  92.       Left = 460
  93.       Top = 8
  94.       Width = 137
  95.       Height = 29
  96.       BevelOuter = bvLowered
  97.       TabOrder = 0
  98.       object Label3: TLabel
  99.         Left = 12
  100.         Top = 8
  101.         Width = 34
  102.         Height = 16
  103.         Caption = 'Print:'
  104.       end
  105.       object BitBtn6: TBitBtn
  106.         Left = 52
  107.         Top = 4
  108.         Width = 33
  109.         Height = 21
  110.         Caption = '&All'
  111.         Font.Color = clGreen
  112.         Font.Height = -13
  113.         Font.Name = 'System'
  114.         Font.Style = [fsBold]
  115.         ParentFont = False
  116.         TabOrder = 0
  117.         OnClick = BitBtn6Click
  118.       end
  119.       object BitBtn1: TBitBtn
  120.         Left = 92
  121.         Top = 4
  122.         Width = 33
  123.         Height = 21
  124.         Caption = '&Pg'
  125.         Font.Color = clGreen
  126.         Font.Height = -13
  127.         Font.Name = 'System'
  128.         Font.Style = [fsBold]
  129.         ParentFont = False
  130.         TabOrder = 1
  131.         OnClick = BitBtn1Click
  132.       end
  133.     end
  134.     object Button1: TButton
  135.       Left = 288
  136.       Top = 24
  137.       Width = 53
  138.       Height = 21
  139.       Caption = '&Next'
  140.       TabOrder = 1
  141.       OnClick = Button1Click
  142.     end
  143.     object Button2: TButton
  144.       Left = 228
  145.       Top = 24
  146.       Width = 53
  147.       Height = 21
  148.       Caption = '&Prev.'
  149.       TabOrder = 2
  150.       OnClick = Button2Click
  151.     end
  152.     object Button3: TButton
  153.       Left = 168
  154.       Top = 24
  155.       Width = 53
  156.       Height = 21
  157.       Caption = '&First'
  158.       TabOrder = 3
  159.       OnClick = Button3Click
  160.     end
  161.     object Button4: TButton
  162.       Left = 348
  163.       Top = 24
  164.       Width = 53
  165.       Height = 21
  166.       Caption = '&Last'
  167.       TabOrder = 4
  168.       OnClick = Button4Click
  169.     end
  170.     object Edit1: TEdit
  171.       Left = 412
  172.       Top = 24
  173.       Width = 41
  174.       Height = 17
  175.       BorderStyle = bsNone
  176.       Font.Color = clBlack
  177.       Font.Height = -12
  178.       Font.Name = 'Arial'
  179.       Font.Style = []
  180.       ParentFont = False
  181.       TabOrder = 5
  182.       OnKeyPress = Edit1KeyPress
  183.     end
  184.     object Panel3: TPanel
  185.       Left = 8
  186.       Top = 24
  187.       Width = 109
  188.       Height = 21
  189.       BevelOuter = bvLowered
  190.       TabOrder = 6
  191.       object Label2: TLabel
  192.         Left = 4
  193.         Top = 4
  194.         Width = 101
  195.         Height = 16
  196.         Alignment = taCenter
  197.         AutoSize = False
  198.         Caption = 'Pg 1 of 1'
  199.         Font.Color = clNavy
  200.         Font.Height = -13
  201.         Font.Name = 'System'
  202.         Font.Style = [fsBold]
  203.         ParentFont = False
  204.       end
  205.     end
  206.   end
  207.   object PopupMenu1: TPopupMenu
  208.     Left = 588
  209.     Top = 8
  210.     object Close1: TMenuItem
  211.       Caption = 'Close'
  212.       OnClick = Close1Click
  213.     end
  214.     object N1: TMenuItem
  215.       Caption = '-'
  216.     end
  217.     object FirstPg1: TMenuItem
  218.       Caption = 'First Pg'
  219.       OnClick = FirstPg1Click
  220.     end
  221.     object PreviousPg1: TMenuItem
  222.       Caption = 'Previous Pg'
  223.       OnClick = PreviousPg1Click
  224.     end
  225.     object NextPg1: TMenuItem
  226.       Caption = 'Next Pg'
  227.       OnClick = NextPg1Click
  228.     end
  229.     object LastPg1: TMenuItem
  230.       Caption = 'Last Pg'
  231.       OnClick = LastPg1Click
  232.     end
  233.     object N3: TMenuItem
  234.       Caption = '-'
  235.     end
  236.     object GoToPg1: TMenuItem
  237.       Caption = 'Go To Pg #'
  238.       OnClick = GoToPg1Click
  239.     end
  240.     object N2: TMenuItem
  241.       Caption = '-'
  242.     end
  243.     object PrintAll1: TMenuItem
  244.       Caption = 'Print All'
  245.       OnClick = PrintAll1Click
  246.     end
  247.     object PrintPg1: TMenuItem
  248.       Caption = 'Print Pg'
  249.       OnClick = PrintPg1Click
  250.     end
  251.   end
  252. end
  253.